S = cell2str(C, sep)
Convert cell array to a string.
C | any | cell array, (NxM) with numbers or strings |
sep | any | single character (optional). separator for columns. For example use ";" to produce output that can be pasted as a table in Word. |
S | any | string, (NxP) string representation of cell array. The matrix contains M columns separated by a space (or specified separator) |